home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / comm / www / Cookie_Killer.lha / Cookie_Killer_pkg / startup.awebrx < prev   
Text File  |  2001-02-21  |  1KB  |  50 lines

  1. /*------------------------------------------------------------------
  2. AREXX : Very simple AWeb startup script. Supplements
  3.         GAS_Aweb icon and script in AWeb3: - do this stuff here
  4.         because we need to use the AWeb Arexx port.
  5.  
  6. $VER: startup.awebrx 0.3 (04.01.01)
  7.  
  8. Limitations:
  9.  
  10.    Assumes port is AWEB.1 - should be valid as this is called "on
  11.    startup" (see Program Settings...).
  12.  
  13.  
  14. To Do:
  15.  
  16. 1) ?
  17.  
  18.  
  19. 0.1
  20.  
  21. GAS - Sunday 31 December 2000
  22.  
  23.  
  24. 0.2
  25.  
  26. Added ability to retain specified cookies.
  27.  
  28. GAS - Wednesday 03 January 2001
  29.  
  30.  
  31. 0.3
  32.  
  33. Stripped out cookie setting functions as separate program (see
  34. Cookie_killer.awebrx).
  35.  
  36. GAS - Thursday 04 January 2001
  37. ------------------------------------------------------------------*/
  38. /* Send external commands to AWeb by default */
  39. ADDRESS AWEB.1
  40.  
  41. /* Call program to delete all cookies except those that have been
  42.    selected for retention. Do this through the REXX port itself because
  43.    I can't get "call" to pass arguments to an ARexx program... */
  44. ADDRESS REXX "AWebPath:Plugins/Cookie_killer/Cookie_killer.awebrx"
  45.  
  46. /* Taraa fer a bit! */
  47. bogoff:
  48. exit 0
  49.  
  50.